Electronのメモ
概要
Atomのこれ
https://github.com/atom/electron
かなりいいとこまでできてた。
動けば文句ない。
いけっ死霊たち
file-object ファイル読むのに使える。
https://github.com/atom/electron/blob/master/docs/api/file-object.md
remote
https://github.com/atom/electron/blob/master/docs/api/remote.md
protocol ハンドラ定義
https://github.com/atom/electron/blob/master/docs/api/remote.md
menu これどこにでんの。
https://github.com/atom/electron/blob/master/docs/api/menu.md
ipc
https://github.com/atom/electron/blob/master/docs/api/ipc-renderer.md
https://github.com/atom/electron/blob/master/docs/api/ipc-main-process.md
dialog 使うことがあれば。
https://github.com/atom/electron/blob/master/docs/api/dialog.md
crash-reporter お世話になってる。
https://github.com/atom/electron/blob/master/docs/api/crash-reporter.md
clipboard クリップボード管理? どうなってんだろ。どこの?
https://github.com/atom/electron/blob/master/docs/api/clipboard.md
window
https://github.com/atom/electron/blob/master/docs/api/browser-window.md
node-module の使い方とか。
https://github.com/atom/electron/blob/master/docs/tutorial/using-native-node-modules.md